Use CRPEJob::GetNthParameterDefaultValue to retrieve the indicated default value for the specified parameter field in the specified report.
BOOL GetNthParameterDefaultValue (
const _TCHAR *parameterFieldName,
const _TCHAR *reportName,
short index,
CRPEValueInfo *valueInfo );
The index of the default parameter field value to be retrieved. | |
Specifies a pointer to CRPEValueInfo, in which the default value will be returned. |
Use CRPEJob::GetNthParameterField to retrieve the name of the field, the data type, and information about the value set for the field. The name of the parameter field is returned as a string handle. This method is typically used as one of a series of calls (Returns
BOOL GetNthParameterField (
short parameterN,
CRPEParameterFieldInfo *parameterInfo );
Specifies the number of the parameter field about which you want to retrieve information. | |
Specifies a pointer to CRPEParameterFieldInfo. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |